3.330 \(\int \frac {1}{(d+e x) \sqrt {a+c x^2}} \, dx\)

Optimal. Leaf size=54 \[ -\frac {\tanh ^{-1}\left (\frac {a e-c d x}{\sqrt {a+c x^2} \sqrt {a e^2+c d^2}}\right )}{\sqrt {a e^2+c d^2}} \]

[Out]

-arctanh((-c*d*x+a*e)/(a*e^2+c*d^2)^(1/2)/(c*x^2+a)^(1/2))/(a*e^2+c*d^2)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 54, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.105, Rules used = {725, 206} \[ -\frac {\tanh ^{-1}\left (\frac {a e-c d x}{\sqrt {a+c x^2} \sqrt {a e^2+c d^2}}\right )}{\sqrt {a e^2+c d^2}} \]

Antiderivative was successfully verified.

[In]

Int[1/((d + e*x)*Sqrt[a + c*x^2]),x]

[Out]

-(ArcTanh[(a*e - c*d*x)/(Sqrt[c*d^2 + a*e^2]*Sqrt[a + c*x^2])]/Sqrt[c*d^2 + a*e^2])

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 725

Int[1/(((d_) + (e_.)*(x_))*Sqrt[(a_) + (c_.)*(x_)^2]), x_Symbol] :> -Subst[Int[1/(c*d^2 + a*e^2 - x^2), x], x,
 (a*e - c*d*x)/Sqrt[a + c*x^2]] /; FreeQ[{a, c, d, e}, x]

Rubi steps

\begin {align*} \int \frac {1}{(d+e x) \sqrt {a+c x^2}} \, dx &=-\operatorname {Subst}\left (\int \frac {1}{c d^2+a e^2-x^2} \, dx,x,\frac {a e-c d x}{\sqrt {a+c x^2}}\right )\\ &=-\frac {\tanh ^{-1}\left (\frac {a e-c d x}{\sqrt {c d^2+a e^2} \sqrt {a+c x^2}}\right )}{\sqrt {c d^2+a e^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 54, normalized size = 1.00 \[ -\frac {\tanh ^{-1}\left (\frac {a e-c d x}{\sqrt {a+c x^2} \sqrt {a e^2+c d^2}}\right )}{\sqrt {a e^2+c d^2}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((d + e*x)*Sqrt[a + c*x^2]),x]

[Out]

-(ArcTanh[(a*e - c*d*x)/(Sqrt[c*d^2 + a*e^2]*Sqrt[a + c*x^2])]/Sqrt[c*d^2 + a*e^2])

________________________________________________________________________________________

fricas [B]  time = 0.89, size = 211, normalized size = 3.91 \[ \left [\frac {\log \left (\frac {2 \, a c d e x - a c d^{2} - 2 \, a^{2} e^{2} - {\left (2 \, c^{2} d^{2} + a c e^{2}\right )} x^{2} - 2 \, \sqrt {c d^{2} + a e^{2}} {\left (c d x - a e\right )} \sqrt {c x^{2} + a}}{e^{2} x^{2} + 2 \, d e x + d^{2}}\right )}{2 \, \sqrt {c d^{2} + a e^{2}}}, -\frac {\sqrt {-c d^{2} - a e^{2}} \arctan \left (\frac {\sqrt {-c d^{2} - a e^{2}} {\left (c d x - a e\right )} \sqrt {c x^{2} + a}}{a c d^{2} + a^{2} e^{2} + {\left (c^{2} d^{2} + a c e^{2}\right )} x^{2}}\right )}{c d^{2} + a e^{2}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(c*x^2+a)^(1/2),x, algorithm="fricas")

[Out]

[1/2*log((2*a*c*d*e*x - a*c*d^2 - 2*a^2*e^2 - (2*c^2*d^2 + a*c*e^2)*x^2 - 2*sqrt(c*d^2 + a*e^2)*(c*d*x - a*e)*
sqrt(c*x^2 + a))/(e^2*x^2 + 2*d*e*x + d^2))/sqrt(c*d^2 + a*e^2), -sqrt(-c*d^2 - a*e^2)*arctan(sqrt(-c*d^2 - a*
e^2)*(c*d*x - a*e)*sqrt(c*x^2 + a)/(a*c*d^2 + a^2*e^2 + (c^2*d^2 + a*c*e^2)*x^2))/(c*d^2 + a*e^2)]

________________________________________________________________________________________

giac [A]  time = 0.19, size = 59, normalized size = 1.09 \[ \frac {2 \, \arctan \left (-\frac {{\left (\sqrt {c} x - \sqrt {c x^{2} + a}\right )} e + \sqrt {c} d}{\sqrt {-c d^{2} - a e^{2}}}\right )}{\sqrt {-c d^{2} - a e^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(c*x^2+a)^(1/2),x, algorithm="giac")

[Out]

2*arctan(-((sqrt(c)*x - sqrt(c*x^2 + a))*e + sqrt(c)*d)/sqrt(-c*d^2 - a*e^2))/sqrt(-c*d^2 - a*e^2)

________________________________________________________________________________________

maple [B]  time = 0.00, size = 127, normalized size = 2.35 \[ -\frac {\ln \left (\frac {-\frac {2 \left (x +\frac {d}{e}\right ) c d}{e}+\frac {2 a \,e^{2}+2 c \,d^{2}}{e^{2}}+2 \sqrt {\frac {a \,e^{2}+c \,d^{2}}{e^{2}}}\, \sqrt {-\frac {2 \left (x +\frac {d}{e}\right ) c d}{e}+\left (x +\frac {d}{e}\right )^{2} c +\frac {a \,e^{2}+c \,d^{2}}{e^{2}}}}{x +\frac {d}{e}}\right )}{\sqrt {\frac {a \,e^{2}+c \,d^{2}}{e^{2}}}\, e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(e*x+d)/(c*x^2+a)^(1/2),x)

[Out]

-1/e/((a*e^2+c*d^2)/e^2)^(1/2)*ln((-2*(x+d/e)*c*d/e+2*(a*e^2+c*d^2)/e^2+2*((a*e^2+c*d^2)/e^2)^(1/2)*(-2*(x+d/e
)*c*d/e+(x+d/e)^2*c+(a*e^2+c*d^2)/e^2)^(1/2))/(x+d/e))

________________________________________________________________________________________

maxima [A]  time = 0.46, size = 52, normalized size = 0.96 \[ \frac {\operatorname {arsinh}\left (\frac {c d x}{\sqrt {a c} {\left | e x + d \right |}} - \frac {a e}{\sqrt {a c} {\left | e x + d \right |}}\right )}{\sqrt {a + \frac {c d^{2}}{e^{2}}} e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(c*x^2+a)^(1/2),x, algorithm="maxima")

[Out]

arcsinh(c*d*x/(sqrt(a*c)*abs(e*x + d)) - a*e/(sqrt(a*c)*abs(e*x + d)))/(sqrt(a + c*d^2/e^2)*e)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.02 \[ \int \frac {1}{\sqrt {c\,x^2+a}\,\left (d+e\,x\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((a + c*x^2)^(1/2)*(d + e*x)),x)

[Out]

int(1/((a + c*x^2)^(1/2)*(d + e*x)), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{\sqrt {a + c x^{2}} \left (d + e x\right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(e*x+d)/(c*x**2+a)**(1/2),x)

[Out]

Integral(1/(sqrt(a + c*x**2)*(d + e*x)), x)

________________________________________________________________________________________